Commit ce7f72cc authored by Medicean's avatar Medicean

(Fix:Database) Fix #173

parent d7e31b04
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
const LANG = antSword['language']['database']; const LANG = antSword['language']['database'];
const LANG_T = antSword['language']['toastr']; const LANG_T = antSword['language']['toastr'];
const dialog = antSword.remote.dialog; const dialog = antSword.remote.dialog;
const fs = require('fs');
class ASP { class ASP {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
const LANG = antSword['language']['database']; const LANG = antSword['language']['database'];
const LANG_T = antSword['language']['toastr']; const LANG_T = antSword['language']['toastr'];
const dialog = antSword.remote.dialog; const dialog = antSword.remote.dialog;
const fs = require('fs');
class CUSTOM { class CUSTOM {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment