Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
replace deasync by async await
Browse files Browse the repository at this point in the history
fix #266

Use async and await instead of wait

replace deasync by async await

fix #266
  • Loading branch information
Dufgui committed Oct 30, 2019
1 parent 48341be commit cdc9d09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jhipsteruml.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
const fs = require('fs');
const chalk = require('chalk');

const values = require('jhipster-core').ObjectUtils.values;
const logger = require('./utils/logger');
const argv = require('./jhipsteruml/command_line_option_handler').handle().argv;
const CommandLineOptionHandler = require('./jhipsteruml/command_line_option_handler');
Expand Down

0 comments on commit cdc9d09

Please sign in to comment.