Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Disable edge build
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Feb 6, 2019
1 parent 78f4a87 commit 304ad0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions term/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const exec_opt = () => {
const apply = async (p) => {
term.write_line("Applying " + p);
await exec(0, "git", exec_opt(), "apply", p);
}
};

/**
* Commit current changes.
Expand Down Expand Up @@ -289,7 +289,10 @@ cmd_handlers.set("mark", async () => {
* All supported browsers.
* @const {Array.<string>}
*/
const browsers = ["chromium", "edge"];
const browsers = [
"chromium",
// "edge",
];

/*****************************************************************************/

Expand Down

0 comments on commit 304ad0e

Please sign in to comment.