Skip to content

Commit 3a36ef0

Browse files
wip(core): update log message
1 parent 5dc8b06 commit 3a36ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ async function transformJSCode(source : string, moduleSourceType : boolean, file
484484
});
485485
} catch(ex) {
486486

487-
log?.('error', 'dep script', formatError(ex.message, filename, source, ex.loc.line, ex.loc.column + 1) );
487+
log?.('error', 'parse script', formatError(ex.message, filename, source, ex.loc.line, ex.loc.column + 1) );
488488
throw ex;
489489
}
490490

0 commit comments

Comments
 (0)