mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Fix exception message
This commit is contained in:
parent
0fcc248ac1
commit
84ac66d6e5
1 changed files with 1 additions and 1 deletions
2
test/fixtures/dispatch-test-service.js
vendored
2
test/fixtures/dispatch-test-service.js
vendored
|
@ -8,7 +8,7 @@ class DispatchTestService {
|
|||
}
|
||||
|
||||
throwException () {
|
||||
throw new Error('This is a test exception thrown by LocalDispatchTest');
|
||||
throw new Error('This is a test exception thrown by DispatchTest');
|
||||
}
|
||||
|
||||
close () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue