Skip to content

Commit 2be0879

Browse files
committed
Changing the path \ to \\
1 parent bdec32e commit 2be0879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/protractor.conf.vsts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports.config = {
5353
useAllAngular2AppRoots: true,
5454
beforeLaunch: function () {
5555
require('ts-node').register({
56-
project: 'eForm-frontend-angular-CI\drop\e2e'
56+
project: 'eForm-frontend-angular-CI\\drop\\e2e'
5757
});
5858
},
5959
onPrepare: function () {

0 commit comments

Comments
 (0)