mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 15:32:40 -05:00
Fix required module name to lowercase
This commit is contained in:
parent
190f4b5796
commit
2cfc6d601a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const BlockType = require('../../extension-support/block-type');
|
||||||
const Cast = require('../../util/cast');
|
const Cast = require('../../util/cast');
|
||||||
const log = require('../../util/log');
|
const log = require('../../util/log');
|
||||||
const Base64Util = require('../../util/base64-util');
|
const Base64Util = require('../../util/base64-util');
|
||||||
const BTSession = require('../../io/BTSession');
|
const BTSession = require('../../io/btSession');
|
||||||
|
|
||||||
// TODO: Refactor/rename all these high level primitives to be clearer/match
|
// TODO: Refactor/rename all these high level primitives to be clearer/match
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue