Fixed glob import (#21)
All checks were successful
Lint / pre-commit Linting (push) Successful in 32s
All checks were successful
Lint / pre-commit Linting (push) Successful in 32s
Glob was not imported as a function Reviewed-on: #21 Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
parent
318515b9c4
commit
6f0f75d7ad
2
index.js
2
index.js
@ -1,7 +1,7 @@
|
|||||||
const { ScreepsAPI } = require("screeps-api");
|
const { ScreepsAPI } = require("screeps-api");
|
||||||
const core = require("@actions/core");
|
const core = require("@actions/core");
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
const glob = require("glob");
|
const { glob } = require("glob");
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user