Skip to content

Commit 4bdaa47

Browse files
committed
compiler: Pass --debug flag to asc
1 parent a263ad2 commit 4bdaa47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ class Compiler {
291291
'--outFile',
292292
outputFile,
293293
'--optimize',
294+
'--debug',
294295
],
295296
{
296297
stdout: process.stdout,
@@ -372,6 +373,7 @@ class Compiler {
372373
'--outFile',
373374
outputFile,
374375
'--optimize',
376+
'--debug',
375377
],
376378
{
377379
stdout: process.stdout,

0 commit comments

Comments
 (0)