fix bad argument processor

This commit is contained in:
Benjamin Pasero 2020-03-20 08:55:18 +01:00
parent 86b919533e
commit 64b65cf8e4

View file

@ -469,9 +469,8 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
}
}
}
return arg;
}
return arg;
}
});
}