Luka Jerković

Results 2 issues of Luka Jerković

### Current Behavior If the target has `dependsOn` defined then it cant be cancelled with `Ctrl+C`, if you remove `dependsOn` from `project.json` then it works ### Expected Behavior Target with...

type: bug
scope: core

After obfuscating working code with javascript-obfuscator i am getting error: `TypeError: Cannot create property 'message' on string '` Obfuscation config ``` { "compact": true, "controlFlowFlattening": false, "deadCodeInjection": false, "debugProtection": false,...