restored credits
This commit is contained in:
parent
6eec56360f
commit
98f10f4107
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
function log() {
|
||||
if (window.console) { console.log.apply(console, ['[TLInspector]'].concat([].slice.call(arguments))); }
|
||||
}
|
||||
log('init', { engine: ENGINE, node: nodeOk, dataDir: DATA_DIR });
|
||||
log('init', { engine: ENGINE, node: nodeOk, dataDir: DATA_DIR, credits: 'Idea by Sakura · Plugin by Kao_SSS' });
|
||||
|
||||
//=========================================================================
|
||||
// File cache + JSON value locator (path -> char offset -> line:col)
|
||||
|
|
|
|||
Loading…
Reference in a new issue