mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Add logger (thanks linter)
This commit is contained in:
parent
df44134e1c
commit
6531dbc2fe
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
var AssetType = require('scratch-storage').AssetType;
|
||||
var log = require('../util/log');
|
||||
|
||||
/**
|
||||
* Load a costume's asset into memory asynchronously.
|
||||
|
|
Loading…
Reference in a new issue