Skip to content

Commit db0f918

Browse files
committed
Added MacOS Edge dev location
1 parent 4d35cf2 commit db0f918

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"license": "MIT",
2828
"devDependencies": {
2929
"@types/chai": "^4.1.7",
30-
"@types/mocha": "^5.2.6",
31-
"@types/node": "^12.0.3",
32-
"@types/sinon": "^7.0.12",
30+
"@types/mocha": "^5.2.7",
31+
"@types/node": "^12.0.8",
32+
"@types/sinon": "^7.0.13",
3333
"chai": "^4.2.0",
3434
"mocha": "^6.1.4",
3535
"nyc": "^14.1.1",
36-
"ts-node": "^8.2.0",
37-
"typescript": "^3.5.1"
36+
"ts-node": "^8.3.0",
37+
"typescript": "^3.5.2"
3838
},
3939
"nyc": {
4040
"reporter": [

src/EdgeDev.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ EdgeDevBrowser.prototype = {
1717
DEFAULT_CMD: {
1818
linux: null,
1919
// Chromium Edge only available in Canary Channel
20-
darwin: null,
21-
// Utilities.GetEdgeDarwin( '/Applications/Microsoft Edge Dev.app/Contents/MacOS/Microsoft Edge Dev'),
20+
darwin: Utilities.GetEdgeDarwin(
21+
'/Applications/Microsoft Edge Dev.app/Contents/MacOS/Microsoft Edge Dev'
22+
),
2223
win32: Utilities.GetEdgeExe('Edge Dev')
2324
},
2425

0 commit comments

Comments
 (0)