{"remainingRequest":"/Users/admin/projects/dms/src/dealer_admin/node_modules/thread-loader/dist/cjs.js!/Users/admin/projects/dms/src/dealer_admin/node_modules/babel-loader/lib/index.js!/Users/admin/projects/dms/src/dealer_admin/src/store/modules/errorLog.js","dependencies":[{"path":"/Users/admin/projects/dms/src/dealer_admin/src/store/modules/errorLog.js","mtime":1713161556000},{"path":"/Users/admin/projects/dms/src/dealer_admin/babel.config.js","mtime":1713161556000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/babel-loader/lib/index.js","mtime":456789000000}],"contextDependencies":[],"result":["var state = {\n  logs: []\n};\nvar mutations = {\n  ADD_ERROR_LOG: function ADD_ERROR_LOG(state, log) {\n    state.logs.push(log);\n  },\n  CLEAR_ERROR_LOG: function CLEAR_ERROR_LOG(state) {\n    state.logs.splice(0);\n  }\n};\nvar actions = {\n  addErrorLog: function addErrorLog(_ref, log) {\n    var commit = _ref.commit;\n    commit('ADD_ERROR_LOG', log);\n  },\n  clearErrorLog: function clearErrorLog(_ref2) {\n    var commit = _ref2.commit;\n    commit('CLEAR_ERROR_LOG');\n  }\n};\nexport default {\n  namespaced: true,\n  state: state,\n  mutations: mutations,\n  actions: actions\n};",null]}