blob: 11734ef4bbdedc52ec46d473a8f68cb831e4a8e7 [file] [log] [blame]
import('./empty-worklet-script.js')
.then(() => console.error('Should not reach here.'))
.catch(e => console.error(e.name + ': ' + e.message));