From 41b49fead1692376db1884fa5037cec01243ceb6 Mon Sep 17 00:00:00 2001 From: Rodge Fu Date: Mon, 9 Mar 2020 22:11:39 +0800 Subject: [PATCH] fix pipelien issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f07771c..85cf653 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "start": "node dist/src/index.js", - "debug": "node --max_old_space_size=4096 --inspect-brk --inspect-port=9998 ./dist/src/index.js", + "debug": "node --max_old_space_size=4096 --inspect-brk --inspect-port=9997 ./dist/src/index.js", "eslint-fix": "eslint . --fix --ext .ts", "eslint": "eslint . --ext .ts", "build": "tsc -p .",