Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Add program attribute for low level node chaincode (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: heatherlp <heatherpollard0@gmail.com>
  • Loading branch information
heatherlp authored and Simon Stone committed Jul 1, 2019
1 parent ce59df5 commit 214f197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{
"type": "fabric:node",
"request": "launch",
"name": "Debug Smart Contract"
"name": "Debug Smart Contract",
"program": "${workspaceFolder}/lib/start.js"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"preLaunchTask": "tsc: build - tsconfig.json",
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
]
],
"program": "${workspaceFolder}/dist/start.js"
}
]
}

0 comments on commit 214f197

Please sign in to comment.