mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-05 11:31:14 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
var resolve = require('../../../');
|
|
|
|
module.exports = function (t, cb) {
|
|
resolve('mymodule', null, cb);
|
|
};
|