Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
build: switch to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Apr 30, 2021
1 parent 5762606 commit 50a344b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\TEST\\dcampus.js"
"program": "${workspaceFolder}/TEST/dcampus.js"
}
]
}
1 change: 1 addition & 0 deletions campusphere/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ exports.signApp = class signApp extends campusphereApp {
this.result = logInfo
}

// TODO: decouple this.addr form signAtHomePos
signAtHomePos() {
const user = process.env[this.id]

Expand Down

0 comments on commit 50a344b

Please sign in to comment.