From 561e047d7def8b8863c391eb53362afaf95d1652 Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 2 Aug 2024 21:02:09 +0300 Subject: [PATCH] remove macro from tests too --- vshaxe-build.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vshaxe-build.json b/vshaxe-build.json index 168b5ad1..cdcced26 100644 --- a/vshaxe-build.json +++ b/vshaxe-build.json @@ -61,9 +61,7 @@ "target": "js", "path": "bin/test.js" }, - "macros": [ - "Safety.safeNavigation('haxeLanguageServer')" - ], + "macros": [], "deadCodeElimination": "full", "main": "TestMain", "debug": true