Skip to content

Commit dbcd50b

Browse files
authored
Update index.js
1 parent 99443fb commit dbcd50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Workspace/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const fs = require('fs');
77

88

99

10-
class UnityJSWorkspace {
10+
class UnityscriptWorkspace {
1111
constructor(settings={}) {
1212

1313
// directories
@@ -47,7 +47,7 @@ class UnityJSWorkspace {
4747

4848

4949

50-
OUT.push("Workspace", aepl.init("Workspace", UnityJSWorkspace) );
50+
OUT.push("Workspace", aepl.init("Workspace", UnityscriptWorkspace) );
5151
module.exports = OUT.pour();
5252

5353

0 commit comments

Comments
 (0)