@fluenti/cli 0.4.0-rc.4 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -989,7 +989,10 @@ var Z = O({
989
989
  async run({ args: e }) {
990
990
  let t = await u(e.config), n = m(t.locales);
991
991
  A.info(`Extracting messages from ${t.include.join(", ")}`);
992
- let r = await E(t.include, { ignore: t.exclude ?? [] }), i = [], a = e["no-cache"] ?? !1 ? null : new f(t.catalogDir, J(process.cwd())), s = 0;
992
+ let r = await E(t.include, {
993
+ ignore: t.exclude ?? [],
994
+ absolute: !1
995
+ }), i = [], a = e["no-cache"] ?? !1 ? null : new f(t.catalogDir, J(process.cwd())), s = 0;
993
996
  for (let e of r) {
994
997
  if (a) {
995
998
  let t = a.get(e);