-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash: undefined method `<<' for nil:NilClass #475
Comments
Please include the JavaScript source that's causing the crash. |
mb i include some others? |
n 2 problem config.json |
I assume that you want to exclude |
/** * работа с сертификатами * криптографические функции * @class Crypt * * @uses ERROR * @uses Ext.cm.Crypt.Win * * @param {Object} [config] configuration * @cfg {boolean} config.certified использовать сертифицированную версию плагина Exception is occured at the last line |
If i want more than one item to exclude? "--exclude": ["file1.js","file2.css"] |
Nothing really good to do in this situation, but at least avoid crashing. Refs #475
If you want to document constructor parameters inside class doc-comment you'll need to use @constructor tag. The recommended way, however, is to document constructor in a separate doc-comment.
So what you should have written instead:
|
thanks |
Error: Error while parsing D:/js/nene.js: undefined method `<<' for nil:NilClass
Here's a full backtrace:
The text was updated successfully, but these errors were encountered: