Skip to content

Commit 6d98b88

Browse files
authored
Bump JerryScript, make JS on mbed work again with mbed CLI 1.0.0
See jerryscript-project/jerryscript#1512. Verified against mbed-js-example and mbed-js-repl-example. My nRF52-DK broke, so I can't verify the BLE stuff...
1 parent 03d14aa commit 6d98b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
module.exports = function(gulp) {
4-
const JERRYSCRIPT_REVISION = '65c32f6a3bad963d14ac7a1992451a4bf494ab06';
4+
const JERRYSCRIPT_REVISION = '8ebbfda996cf1dc27b64f84ec9122c19c6fb90f1';
55

66
const run = require('gulp-run');
77
const util = require('gulp-util');

0 commit comments

Comments
 (0)