```Opal.modules["engine/game_error"] = function(Opal) {
var self = Opal.top, $nesting = [], nil = Opal.nil,
KaTeX parse error: Can't use function '$' in math mode at position 1: $̲ = Opal.const_g…: $ = Opal.const_get_qualified,
= Opal.const_get_relative, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass; return (function($base, $parent_nesting) {
var self = $module($base, 'Engine');
var $nesting = [self].concat($parent_nesting);
(function($base, $super, $parent_nesting) {
var self = $klass($base, $super, 'GameError');
var $nesting = [self].concat($parent_nesting);
return nil
})($nesting[0], $$($nesting, 'RuntimeError'), $nesting)
})($nesting[0], $nesting)
};
```
Greetings all, maybe you guys can help. I am creating an Angular project using the new scully Static site generator configuration. When i build my angular project using scully, i get the following error:
⠹ method 'new' not defined in
at Object.Opal.udef (C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:1784:28)
at C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:6225:12
at C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:6227:7
at Opal.modules.corelib/boolean (C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:6302:5)
at Object.Opal.load (C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:2300:7)
at $Object.Opal.require (C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:2328:17)
at Opal.modules.opal/mini (C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:18607:8)
at Object.Opal.load (C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:2300:7)
at $Object.Opal.require (C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:2328:17)
at C:\users\sebo\desktop\fireship\scullytest\node_modules\asciidoctor.js\node_modules\opal-runtime\src\opal.js:23338:8
the Logs do not show much detail about what is causing an error. An help would be appreciated !
Hi Folks!
Just a few Opal-related-gem announcements:
Enjoy!