We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239e281 commit 016a45fCopy full SHA for 016a45f
src/php_minifier/Program.hx
@@ -2,7 +2,6 @@ package php_minifier;
2
3
import asys.FileSystem;
4
import asys.io.File;
5
-#if nodejs import js.Node; #end
6
import sys.FileSystem as SyncFileSystem;
7
import tink.Cli;
8
import tink.cli.Rest;
@@ -40,7 +39,7 @@ final class Program {
40
39
41
/** Application entry point. **/
42
static function main() {
43
- #if nodejs Node.process.title = "PHP Minifier"; #end
+ #if nodejs js.Node.process.title = "PHP Minifier"; #end
44
Cli.process(Sys.args(), new Program()).handle(Cli.exit);
45
}
46
0 commit comments