Skip to content

Commit

Permalink
#205: works
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 22, 2023
1 parent 1fcb6e0 commit 69913b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ module.exports = function(opts) {
opts.verbose ? '--errors' : '',
opts.verbose ? '' : '--quiet',
opts.debug ? '--debug' : '',
`-Deo.targetDir=${path.resolve(opts.target)}`,
`-Deo.outputDir=${path.resolve(opts.target, 'classes')}`,
], opts.target, opts.batch).then((r) => {
console.info('EO program verified in %s', path.resolve(opts.target));
return r;
Expand Down

0 comments on commit 69913b0

Please sign in to comment.