1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-01 12:45:02 +00:00
This commit is contained in:
Girish Ramakrishnan
2022-05-03 14:51:25 -07:00
parent 313b4beeec
commit 52133706a2

View File

@@ -10,7 +10,7 @@
require('chromedriver');
var execSync = require('child_process').execSync,
const execSync = require('child_process').execSync,
expect = require('expect.js'),
superagent = require('superagent'),
path = require('path'),