scripts: find unwanted relayers
Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
parent
937c221e22
commit
fe64495581
7 changed files with 187 additions and 11 deletions
3
scripts/helpers/args.js
Normal file
3
scripts/helpers/args.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function needsArg(argname) {
|
||||
throw Error('classic-ui: this function requires the argument: ' + argname)
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
export { needsArg } from "./args"
|
||||
export { download, loadCachedEvents, getPastEvents } from './download'
|
||||
export { save } from './save'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue