Logo
Explore Help
Register Sign In
Mirrors/jibo-cli
1
0
Fork 0
You've already forked jibo-cli
mirror of https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git synced 2026-06-16 09:56:12 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
bceda87f93cc0dbea9e5e91de8bc0526d79be6b4
jibo-cli/node_modules/inherits/inherits.js

10 lines
250 B
JavaScript
Raw Normal View History

Initial commit — jibo-cli v3.0.7 with bundled node_modules
2026-04-05 18:40:18 -04:00
try {
var util = require('util');
Replace deprecated electron-prebuilt with electron@2.0.18 - Updated package.json to use electron@2.0.18 instead of electron-prebuilt@1.4.3 - Modified lib/jibo-cli.js to reference 'electron' instead of 'electron-prebuilt' - This fixes compatibility issues with the simulator on modern Linux systems - electron-prebuilt was deprecated and renamed to electron in 2016
2026-04-05 22:47:03 -04:00
/* istanbul ignore next */
Initial commit — jibo-cli v3.0.7 with bundled node_modules
2026-04-05 18:40:18 -04:00
if (typeof util.inherits !== 'function') throw '';
module.exports = util.inherits;
} catch (e) {
Replace deprecated electron-prebuilt with electron@2.0.18 - Updated package.json to use electron@2.0.18 instead of electron-prebuilt@1.4.3 - Modified lib/jibo-cli.js to reference 'electron' instead of 'electron-prebuilt' - This fixes compatibility issues with the simulator on modern Linux systems - electron-prebuilt was deprecated and renamed to electron in 2016
2026-04-05 22:47:03 -04:00
/* istanbul ignore next */
Initial commit — jibo-cli v3.0.7 with bundled node_modules
2026-04-05 18:40:18 -04:00
module.exports = require('./inherits_browser.js');
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 584ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API