desirae.js/lib/convert-ruhoh-config.js

10 regels
289 B
JavaScript

2020-11-09 03:01:26 +00:00
"use strict";
2015-01-05 19:23:26 +00:00
module.exports.convert = function () {
2020-11-09 03:01:26 +00:00
console.error(
"I haven't implemented a ruhoh -> nuhoh converter yet, but it's not very hard to do."
);
2015-01-05 19:23:26 +00:00
console.error("see https://github.com/coolaj86/nuhoh/tree/master/MIGRATE.md");
2020-11-09 03:01:26 +00:00
throw new Error("Not Implemented.");
2015-01-05 19:23:26 +00:00
};