From cd91b1d1703c7ab91b6561aef6d93bad2510b2c3 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 12 Mar 2019 23:45:52 +0900 Subject: [PATCH] Fix Mocha debug config --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9d7a750a..2a80a801 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -47,7 +47,7 @@ "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha", "args": [ "-r", - "babel-register", + "@babel/register", "--recursive", "--timeout", "999999",