We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e0cd6 commit 822d93bCopy full SHA for 822d93b
index.js
@@ -118,7 +118,7 @@ module.exports = function(S) {
118
}
119
120
// Optimize: Nodejs
121
- if (func.getRuntime().getName() === 'nodejs') {
+ if (func.getRuntime().getName() === 'nodejs' || func.getRuntime().getName() === 'nodejs4.3') {
122
optimizer = new OptimizeNodejs(S, evt, func);
123
return optimizer.optimize()
124
.then(function(evt) {
0 commit comments