Skip to content

Commit

Permalink
updated axios
Browse files Browse the repository at this point in the history
  • Loading branch information
KTRosenberg committed Jan 28, 2020
1 parent 8bcc245 commit d31b2cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const WebSocket = require('ws');
const argparse = require('argparse');
const path = require('path');
const chokidar = require('chokidar');
const exec = require('child_process').exec;


const parser = new argparse.ArgumentParser({
version : '0.0.1',
Expand Down Expand Up @@ -441,7 +443,7 @@ try {
}
case "Watch_Files": {
console.log("Watch_Files command received");
console.log(msg.files);
//console.log(msg.files);
watcher.add(msg.files);

break;
Expand Down
6 changes: 3 additions & 3 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"argparse": "^1.0.10",
"axios": "^0.19.1",
"chokidar": "3.0.2",
"axios": "0.19.2",
"chokidar": "^3.0.2",
"codemirror": "5.48.4",
"express": "^4.17.1",
"file-saver": "^2.0.2",
Expand Down

0 comments on commit d31b2cc

Please sign in to comment.