Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / node_modules / temp / node_modules / rimraf / test / test-async.js
1 var rimraf = require("../rimraf")
2   , path = require("path")
3 rimraf(path.join(__dirname, "target"), function (er) {
4   if (er) throw er
5 })