Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19,645 changes: 67 additions & 19,578 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "set2bids",
"name": "set2bids",
"description": "EEG/iEEG to BIDS format Wizard",
"version": "1.0.0",
"dependencies": {
Expand All @@ -9,7 +9,7 @@
"electron-store": "^8.0.0",
"fs": "0.0.1-security",
"keytar": "^7.7.0",
"kill-port": "^2.0.1",
"-port": "^2.0.1",
"papaparse": "^5.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down Expand Up @@ -175,4 +175,4 @@
"buildResources": "public"
}
}
}
}
10 changes: 5 additions & 5 deletions public/set2bidsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ module.exports = class SET2BIDSService {
async startup() {
let pathToService;

try {
await kill(7301);
} catch (error) {
console.error(error);
}
// try {
// await kill(7301);
// } catch (error) {
// console.error(error);
// }

if (process.env.DEV) {
pathToService = path.join(
Expand Down
Loading