Skip to content

Commit

Permalink
[harmony] add a file for debugging in Harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Jan 5, 2022
1 parent ef3449c commit 49d2da1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions connectors/harmony/Kitsu Publisher Plugin/debug.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
var packageFolder =
specialFolders.userScripts + '/packages/Kitsu Publisher Plugin'
include(packageFolder + '/openHarmony.js')
HTTPExceptions = require(packageFolder + '/HTTP/exceptions.js')

var globals = {
$: $,
packageFolder: packageFolder,
HTTPExceptions: HTTPExceptions
}

configure = require(packageFolder + '/configure.js')

configure.configure(packageFolder)

0 comments on commit 49d2da1

Please sign in to comment.