We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68361fe commit b2421e3Copy full SHA for b2421e3
lib/migration.js
@@ -23,7 +23,7 @@ var Migration = Skeleton.extend({
23
this.internals = arguments[1];
24
}
25
26
- this._super(this.internals.migrationOptions);
+ if (this.internals) this._super(this.internals.migrationOptions);
27
28
});
29
0 commit comments