This commit is contained in:
@@ -14,7 +14,7 @@ Script* Script::Create(string script) {
|
||||
}
|
||||
|
||||
Script::Script() {
|
||||
Diagnostics = new class Diagnostics();
|
||||
Diagnostics = new DiagnosticsHolder();
|
||||
_evaluator = new Evaluator(this);
|
||||
_boundScript = nullptr;
|
||||
_scriptVariables = new unordered_map<int, shared_ptr<EvalValue>>(0);
|
||||
|
||||
Reference in New Issue
Block a user