Skip to content

Commit 249d9e3

Browse files
author
jin
committed
fixed audit syntax
1 parent 9892eab commit 249d9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ namespace $ {
921921
$mol_fail_hidden( error )
922922
}
923923

924-
target.text( `console.info( '%c place: $mol_build\nmessage: Audit passed', 'color:forestgreen; font-weight:bolder' )` )
924+
target.text( "console.info( `%c place: $mol_build\nmessage: Audit passed`, 'color:forestgreen; font-weight:bolder' )" )
925925

926926
return [ target ]
927927
}

0 commit comments

Comments
 (0)